home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / cpcug.zip / STATLINE.DOC < prev    next >
Text File  |  1987-04-20  |  2KB  |  42 lines

  1.           STATLINE                                    John Socha
  2.           Command
  3.           Copyright (c) 1986, Ziff-Davis Publishing Co.
  4.           ______________________________________________________
  5.  
  6.           Purpose:  Displays 26th-line status indicators for the
  7.                     NumLock, CapsLock, and ScrollLock toggle keys
  8.                     on IBM monochrome, CGA, and Compaq monitors.
  9.  
  10.           Format:   STATLINE     (loads memory-resident program)
  11.  
  12.           Remarks:  STATLINE converts the normal 25-line text
  13.                     mode display into 26 lines, using the
  14.                     additional line to show a # sign for NumLock,
  15.                     an up arrow for CapsLock, and a double-
  16.                     pointed arrow for ScrollLock.
  17.  
  18.                     On a monochrome display, where insufficient
  19.                     memory is available for a full 26th line,
  20.                     two-thirds of that line is used by STATLINE;
  21.                     the remainder echoes the first portion of the
  22.                     top line of the regular display.
  23.  
  24.                     This utility is not compatible with the IBM
  25.                     enhanced graphics adapter (EGA) and is best
  26.                     suited for use with the color graphics
  27.                     adapter (CGA) and with Compaq displays.
  28.  
  29.                     Notes:
  30.  
  31.                     1.   STATLINE is a memory-resident utility
  32.                          and is known to be incompatible with a
  33.                          number of keyboard macro programs.
  34.                          Assembly language programmers will be
  35.                          particularly interested in the extensive
  36.                          discussion of the problems of co-
  37.                          residency contained in the original
  38.                          article (PC Magazine, Volume 5 Number
  39.                          13), and in the .ASM listing that shows
  40.                          how to reprogram the 6845 video
  41.                          controller.
  42.